-
Notifications
You must be signed in to change notification settings - Fork 975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We currently don't support unit testing models that use the materialized view
materialization
#5986
Conversation
…zed view materialization
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you doug
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @dbeatty10 this looks good to me, thanks for opening! i noticed the core issue you linked was for dbt-postres
so does this limitation apply to postgres only? or all adapters?
I didn't confirm myself, but my understanding is that this applies to all adapters. Internal Slack convo here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! thanks @dbeatty10 !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @dbeatty10 for always being amazing!
Preview
What are you changing in this pull request and why?
We currently don't support unit testing models that use the
materialized view
materialization=See dbt-labs/dbt-postgres#111
Checklist